home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / blogjet / BlogJetSetup-bn.exe / {app} / BlogJet.exe / 0 / RCDATA / TINSERTLINKFORM / TINSERTLINKFORM.txt
Text File  |  2004-06-07  |  2KB  |  104 lines

  1. object InsertLinkForm: TInsertLinkForm
  2.   Left = 286
  3.   Top = 182
  4.   BorderStyle = bsDialog
  5.   Caption = 'Insert Hyperlink'
  6.   ClientHeight = 136
  7.   ClientWidth = 413
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 8
  21.     Top = 8
  22.     Width = 313
  23.     Height = 121
  24.     Caption = ' Hyperlink Information '
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 16
  28.       Top = 24
  29.       Width = 43
  30.       Height = 13
  31.       Caption = 'Address:'
  32.     end
  33.     object Label2: TLabel
  34.       Left = 16
  35.       Top = 52
  36.       Width = 26
  37.       Height = 13
  38.       Caption = 'Text:'
  39.     end
  40.     object Label3: TLabel
  41.       Left = 16
  42.       Top = 88
  43.       Width = 55
  44.       Height = 13
  45.       Caption = 'Open link in'
  46.     end
  47.     object AddressEdit: TEdit
  48.       Left = 64
  49.       Top = 20
  50.       Width = 233
  51.       Height = 21
  52.       TabOrder = 0
  53.       Text = 'http://'
  54.       OnChange = AddressEditChange
  55.       OnEnter = AddressEditEnter
  56.     end
  57.     object TextEdit: TEdit
  58.       Left = 64
  59.       Top = 48
  60.       Width = 233
  61.       Height = 21
  62.       TabOrder = 1
  63.     end
  64.     object ComboBox1: TComboBox
  65.       Left = 80
  66.       Top = 84
  67.       Width = 145
  68.       Height = 21
  69.       ItemHeight = 13
  70.       TabOrder = 2
  71.       Text = 'default window'
  72.       Items.Strings = (
  73.         'default window'
  74.         'new window')
  75.     end
  76.   end
  77.   object btnOk: TButton
  78.     Left = 328
  79.     Top = 16
  80.     Width = 75
  81.     Height = 25
  82.     Caption = 'OK'
  83.     Default = True
  84.     ModalResult = 1
  85.     TabOrder = 1
  86.     OnClick = btnOkClick
  87.   end
  88.   object btnCancel: TButton
  89.     Left = 328
  90.     Top = 45
  91.     Width = 75
  92.     Height = 25
  93.     Cancel = True
  94.     Caption = 'Cancel'
  95.     ModalResult = 2
  96.     TabOrder = 2
  97.   end
  98.   object Balloon: TJvBalloonHint
  99.     DefaultIcon = ikError
  100.     Left = 328
  101.     Top = 88
  102.   end
  103. end
  104.